body {
  color: grey;
  background-color: #fffffa;
  font-family: "Helvetica Neue", Roboto, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: lighter;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.875em;
}

p {
  font-size: 1em;
}

p.large {
  font-size: 1.5em;
}

/*setting classes for normal, lighter and bold */
p.normal {
  font-weight: normal;
}

p.light {
  font-weight: lighter;
}

p.bold {
  font-weight: bold;
}

p.italic {
  font-style: italic
}

p.bold italic {
  font-weight: bold;
  font-style: italic
}

/* link settings */
a:link {
  color: grey;
}

/* unvisited link */
a:visited {
  color: grey;
}

/* visited link */
a:hover {
  color: #FF00D1;
}

/* mouse over link */
a:active {
  color: #FF00D1;
}

/* selected link */
a:link {
  text-decoration: none;
}

/* unvisited link */
a:visited {
  text-decoration: none;
}

/* visited link */
a:hover {
  text-decoration: none;
}

/* mouse over link */
a:active {
  text-decoration: none;
}

/* selected link */
:focus {
  outline: 0;
}
/* gets rid of residual box after activating link */

#topContainer {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 4.2em;
  background-color: transparent;
}

#topleftContainer {
  z-index: 4;
  position: fixed;
  top: 0;
  width: 50%;
  height: 4.2em;
  background-color: transparent;
}

#topleft {
  position: absolute;
  top: 25%;
  left: 3em;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  color: #FF00D1;
}

#top {
  position: absolute;
  top: 25%;
  right: 3%;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.5em;
  color: #FF00D1;
}

@media (max-width: 767px) {
  #topContainer {
    background-color: transparent;
  }

  #topleft {
    font-size: 1em;
    font-weight: 300;
    margin: 0.2em;
  }

  #top {
    font-size: 1em;
    font-weight: 300;
    margin: 0.2em;
    width:75%;
  }
}

#fullscreen {
  color: grey;
  background-color: grey;
  position: fixed;
  top: 0;
  right: 2em;
  height: 2.5em;
  margin: 3em 1em;
  width: 7em;
  border: none;
  outline: 0;
  z-index: 4;
 font-size: 0.5em;
  cursor: pointer;
}
